Welcome![Sign In][Sign Up]
Location:
Search - linux makefile

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Documentsmakefile参考手册.rar

Description: makefile参考手册,嵌入式linux开发必备
Platform: | Size: 1091383 | Author: hackdj | Hits:

[Documentslinux makefile讲解

Description: 讲解linux环境下makefile的相关知识,简单易懂,高手经验多年的结晶,学习完本文档,可以对makefile的结构,工作原理都可以深入的了解。
Platform: | Size: 428098 | Author: nacichan@gmail.com | Hits:

[Software EngineeringMakefile中文手册

Description: Makefile中文手册.最具参考价值的Makefile中文参考手册。
Platform: | Size: 901279 | Author: tigerlau225 | Hits:

[Linux-Unixlinuxc函数库参考手册

Description: linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序-linuxc library reference manual on all the Linux platform under the Note function, and gives examples of procedures
Platform: | Size: 4967424 | Author: 张三 | Hits:

[Internet-NetworkLinux 网络编程

Description: 很经典的Linux网络编程源码,带有makefile文件,可以直接编译使用-the classic source Linux Network Programming, with makefile documents can be directly compiled to use
Platform: | Size: 80896 | Author: 刘运 | Hits:

[Othermakefile教程

Description: 有关Makefile生成的全攻略,包括autoconf,aclocal工具的使用等等。- The related Makefile production all captures, including autoconf, aclocal tool use and so on.
Platform: | Size: 218112 | Author: 侯景昆 | Hits:

[Chess Poker games猜单词

Description: 和文曲星一样的猜英文单词游戏,比较有趣。加入了makefile,可在linux下编译成嵌入式系统需要的应用程序-and rings like the English word games guess that's more interesting. Joined the makefile can be compiled under Linux embedded system needs applications
Platform: | Size: 14336 | Author: 高约 | Hits:

[Linux-Unix2324345353linux

Description: linux得一些常用命令,以及linux环境下的c编程,makefile得编写,系统内核分析-in some commands, and the Linux environment c programming, makefile in the preparation, analysis, and so on the kernel
Platform: | Size: 1326080 | Author: koning | Hits:

[Software Engineeringuclinux_makefile_analyse

Description: uClinux中Makefile文件整体分析。uClinux/目录下的这个Makefile 是个总领式的文件,通过它又层层包含调用各个目录、子目录下面对应Makefile,就这样层层调用下去,从而完成整个软件系统的编译。 -uClinux which Makefile overall analysis. UClinux/Contents of the Makefile is the consul-general-paper through it all layers include calling directory, subdirectory below counterparts Makefile, Calling on such layers, which in turn will complete the entire software system compiler.
Platform: | Size: 3072 | Author: 冯鑫 | Hits:

[Program docLinuxUnix_makefile

Description: 一份很不错的Linux/Unix环境下makefile文件写法说明文文档-a very good Linux/Unix environment makefile note written text document files
Platform: | Size: 97280 | Author: 李军 | Hits:

[Linux-Unixlibtool-1.4.2.tar

Description: 这是一个自动生成MAKEFILE的工具。一个很有用的库。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。-This is an automatically generated MAKEFILE tool. A very useful libraries. LINUX projects in Lane is a good helper. We hope to help a bit.
Platform: | Size: 1184768 | Author: wcg | Hits:

[Software EngineeringlearntoMakefile

Description: Linux、Unix下makefile的详细教程,非常有用-Linux, Unix makefile detailed guidance very useful
Platform: | Size: 330752 | Author: 聂磊 | Hits:

[Software Engineeringmake_v3.80

Description: 基于linux环境的一个比较详细的makefile中文手册-linux-based environment a more detailed manual Chinese makefile
Platform: | Size: 916480 | Author: Cmobile | Hits:

[Other200533222641129

Description: UCLINUX下makefile文件的编写详细解说.对初学者很有用-UCLINUX makefile under the document prepared in detail. Very useful for beginners
Platform: | Size: 52224 | Author: 520533 | Hits:

[Embeded Linuxzlg_7289

Description: 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的数组内加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui- str- 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui- str- 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial/5) to amend the definition so that the above- two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join# include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler- dependent cd libminigui- 1.6.2- linux removed aft
Platform: | Size: 8192 | Author: 周波 | Hits:

[Software EngineeringnesC

Description: 教您写makefile,简单,通俗,易懂,学习linux的好帮手-teaches you to write makefile, simple, popular and easy to understand, learn from the good helper linux
Platform: | Size: 6144 | Author: wang | Hits:

[Software EngineeringGNUMakemanual

Description: GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) At present, although there are a number of online books, but they should not fully explain the Linux source code at all levels of Makefile files, so I carefully read the GNU Make Manual (3.79) version of the original text, in Based on this translation of the manual, to meet the demand for Linux source code are interested in or wish to adopt GCC programming GNU Make but the lack of a comprehensive understanding of the needs of people.
Platform: | Size: 132096 | Author: 刘俊 | Hits:

[Linux-Unixtmake-1.13

Description: 一个自动生成makefile的工具,对于小型linux的工程,这个工具很好!-An automatic makefile generation tool, for small linux project, this tool is very good!
Platform: | Size: 140288 | Author: 黄毅 | Hits:

[Linux-Unixlinux开发Makefile模板

Description: Linux软件Makefile模板,满足C、C++文件单独编译或混合编译要求,用户按照框架即可一键Make,生成可执行程序(Linux software Makefile template to meet C, C++ files individually compiled or mixed compilation requirements, users follow the framework to execute Make commands to generate executable programs)
Platform: | Size: 1024 | Author: 小枕头 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net